home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / qlib205.zip / QLIB.ZIP / H / OS.H < prev    next >
Text File  |  1997-03-10  |  221b  |  7 lines

  1. #define OS_DOS 0   //MS-DOS
  2. #define OS_WIN 1   //Windows 3.1x
  3. #define OS_WIN95 2 //Windows 95/NT 4.0
  4. #define OS_WINNT 3 //Windows NT 3.x
  5. #define OS_OS2 4   //OS/2    (not detected yet)
  6. #define OS_DV 5    //Desqview
  7.